home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / interclue-1.5.6-fx.xpi / chrome / interclue / skin / classic / interclue.css < prev    next >
Cascading Style Sheet File  |  2008-03-13  |  2KB  |  97 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3.  
  4. .interclue-toolbarbutton {
  5.     -moz-image-region: rect(0 16px 16px 0);
  6. }
  7.  
  8. .interclue-navbarbutton {
  9.     -moz-image-region: rect(0 24px 24px 0);
  10. }
  11.  
  12.  
  13. #interclue-statusbarpanel {
  14.     padding: 0 0 0 0;    
  15. }
  16.  
  17. #interclue-statusbarpanel .interclue-statusbar-image {
  18.     width: 18px;
  19.     height: 16px;
  20.     min-height: 16px;
  21.     padding-left: 1px;
  22.     padding-right: 1px;
  23.     cursor: pointer;
  24. }
  25.  
  26.  
  27.  
  28.  
  29. #interclue-statusbar {
  30.     padding-top: 5px;
  31. }
  32.  
  33.  
  34. /* need to make the button look ok inside the status bar 
  35. #interclue-linkscentmode-current, #interclue-linkscentmode-unavailable {
  36.     -moz-appearance: none;
  37.     -moz-user-focus: ignore;
  38.     -moz-user-select: none;
  39.     background-image: none !important;
  40.     border: none;
  41.     min-width: 16px;
  42.     min-height: 16px;
  43.     height: 16px;
  44.     padding: 0 0 0 0;
  45.     margin: 0 0 0 0;
  46. }
  47.  
  48. #interclue-linkscentmode-current .button-box, #interclue-linkscentmode-unavailable .button-box {
  49.     -moz-appearance: none !important;
  50.     background-image: none !important;
  51.     padding: 0 0 0 0;
  52. }
  53. */
  54. #interclue-stats-statusbar-label {
  55.     margin: 0 3px 0 3px;
  56. }
  57.  
  58. #interclue-hint-popup {
  59.     /* KLUDGE: 
  60.     if the width or height is changed, then the new dimentions must be 
  61.     mirrored in /chrome/content/interclue.js interclue.showHint() approx line: 464
  62.     */
  63.     width: 354px;
  64.     height: 219px;
  65.     border: 0px;
  66.     padding: 5px;
  67. }
  68.  
  69. .interclue-hint-top-left {
  70.     background: url("hint-top-left.png") no-repeat;
  71.     padding-top: 37px;
  72. }
  73. .interclue-hint-top-right {
  74.     background: url("hint-top-right.png") no-repeat;
  75.     padding-top: 37px;
  76. }
  77. .interclue-hint-bottom-left {
  78.     background: url("hint-bottom-left.png") no-repeat;
  79.     padding-bottom: 37px;
  80. }
  81. .interclue-hint-bottom-right {
  82.     background: url("hint-bottom-right.png") no-repeat;
  83. }
  84.  
  85. #interclue-statusbarpanel image[collapsed="true"], 
  86. #interclue-statusbarpanel label[collapsed="true"], 
  87. image.interclue-statusbar-image[collapsed="true"] {
  88.     margin: 0 0 0 0;
  89.     padding: 0 0 0 0;
  90.     width: 0px;
  91. }
  92.  
  93.  
  94. #interclue-state-popup menuitem.interclue-selected {
  95.     background-color: #eeb; /* doesn't work in FF3.0 default theme */
  96.     font-weight: bold;
  97. }